projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3eb0eaf
)
Remove some unused data
author
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Aug 2015 21:39:14 +0000
(23:39 +0200)
committer
Matthias Clasen
<mclasen@redhat.com>
Sun, 9 Aug 2015 21:39:14 +0000
(23:39 +0200)
gtk/gtkcalendar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkcalendar.c
b/gtk/gtkcalendar.c
index b4ef54307bede154060c6a4574a16e2775807081..894cd6b85aa8dc6511a5ac6d0c5a16be9bd174bb 100644
(file)
--- a/
gtk/gtkcalendar.c
+++ b/
gtk/gtkcalendar.c
@@
-89,12
+89,6
@@
static const guint month_length[2][13] =
{ 0, 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }
};
-static const guint days_in_months[2][14] =
-{
- { 0, 0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334, 365 },
- { 0, 0, 31, 60, 91, 121, 152, 182, 213, 244, 274, 305, 335, 366 }
-};
-
static gboolean
leap (guint year)
{